PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / isFileSelect Method
In This Topic
    isFileSelect Method
    In This Topic
    Gets a value indicating whether the field acts as a file selector.
    Syntax
    public boolean isFileSelect()

    Return Value

    True if the text entered in the field represents the pathname of a file whose contents shall be submitted as the value of the field.
    See Also